Welcome![Sign In][Sign Up]
Location:
Search - c win32

Search list

[GDI-BitmapCaptureWindow_demo

Description: Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the screen (Desktop), this technique is useful. Because it s not good for capturing covered windows, I capture windows with the ::PrintWindow(..) API. The project is a MFC-dialog based application, built with VC6. However, as mentioned above, all the implementations are inside the CaptureEx class, so actually MFC is being used just as a wrapper for the GUI the CaptureEx functionality is implemented with the Win32 API. In that way, Win32 applications can also benefit from the class.-Capturing window content can be done easily by using the:: BitBlt (..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the screen (Desktop), this technique is useful. Because it s not good for capturing covered windows, I capture windows with the:: PrintWindow (..) API.The project is a MFC-dialog based application, built with VC6. However, as mentioned above, all the implementations are inside the CaptureEx class, so actually MFC is being used just as a wrapper for the GUI the CaptureEx functionality is implemented with the Win32 API. In that way, Win32 applications can also benefit from the class.
Platform: | Size: 14336 | Author: ljm | Hits:

[2D GraphicminiGUI

Description: mini-gui is a graphic API software,It is easy to use for you aplication. It is base on C++ code. -mini-gui is a graphic API software, It is easy to use for you aplication. It is base on C++ code.
Platform: | Size: 1562624 | Author: jijianjun | Hits:

[Linux-Unixlibxml2-2.6.30.tar

Description: c语言编写的xml解析器,可以方便的遍历,插入删除节点等操作-c language xml parser, you can easily traverse, insert the delete node operation, etc.
Platform: | Size: 4726784 | Author: 蓝色精灵 | Hits:

[CSharpLibUsbDotNet_Src

Description: libusb的C#库,直接就能调用,用起来很方便,内附例子程序。-libusb of C# library will be able to call directly, very convenient to use, containing examples of the procedure.
Platform: | Size: 532480 | Author: 袁若伟 | Hits:

[Otherdpt

Description: 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了-Containing pure DOS, WIN32, and WIN32 GUI console in three versions. They generated backup files can be used in any version. WIN32 GUI version temporarily use the backup function (all other modules have also written, is complete, now only open the backup feature), if you want to use to restore the replacement and comparison of features, can open the call a few of the switches or the code can call the
Platform: | Size: 334848 | Author: 王大 | Hits:

[AI-NN-PRWinMain

Description: 这是一个自动走迷宫的寻路算法。 可能会有人需要,用作游戏的。 自己新建个Win32空项目,把这个代码复制进去就行了。-This is a Maze of automatic routing algorithm. Some people would argue the need for the game. In their new empty Win32 project, copy this code into there.
Platform: | Size: 2048 | Author: 向启燮 | Hits:

[Windows Developclock_1

Description: 模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in Charles Petzold s "Programming Windows" 5th edition. Appart for being an instructive graphics demo, this program is also useful and can be used on your desktop as an alternative clock. -Analog Clock This another Win32 assembly demo, which is based on the the
Platform: | Size: 7168 | Author: Rain | Hits:

[SMSsmsForCsharp

Description: C# Win32 API通过发送短信源码-C# Win32 API source by sending SMS
Platform: | Size: 74752 | Author: yangliuxue | Hits:

[.netchat1

Description: 服务器和客户端通信,基于c++ win32,使用多线程-Server and client communications, based on c++ Win32, the use of multi-threaded
Platform: | Size: 3110912 | Author: jason | Hits:

[BooksWindowsGraphicsProgrammingWin32GDIandDirectDraw.zi

Description: Windows Graphics Programming Win32 GDI and DirectDraw
Platform: | Size: 9473024 | Author: | Hits:

[Game Programpuzzle

Description: [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Morrison的《游戏编程入门》 2.打猎游戏图片资源来自于《武林群侠传》中的打猎小游戏 3.用vc.net2005编译时注意在项目属性页中ATL使用选择"不使用ATL",字符集选"使用多字节字符集",还有链接器->输入->附加依赖项:msimg32.lib winmm.lib-[Profile] Name: puzzle - attached to the source code (the code number of rows: 747 Note the number of rows: 164) Development Environment: WinXp+ VC.Net2005+ Win32 API Author: mj Contact: mj055@yahoo.cn [puzzle ] Mouse operation, there are sound gameplay文曲星on imitation jigsaw puzzle, each only with a blank box with the box around the figure adjacent to the exchange, when arranged in the game 1 2 3 Victory 4 5 6 7 8 [Description] 1. game engine code reference [U.S.] Michael Morrison s Introduction to Game Programming 2. hunting game image resources from the Wulin群侠Biography in the hunting of small game 3. vc.net2005 compiled by When the project properties page ATL use select do not use ATL , Character Set selection the use of multi-byte character set , as well as linker-> input-> additional dependencies: msimg32.lib winmm.lib
Platform: | Size: 518144 | Author: mj | Hits:

[GUI DevelopC++Buildertime

Description: 利用C++ Builder进行精确计时.Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。-The use of C++ Builder precise timing. Microsoft Corporation in the Win32 API function library has been to provide users with a group of high-precision timing for the underlying function, if the user used appropriately, time accuracy can be 1ms. The timing accuracy, for the average real-time system control to meet the requirements completely.
Platform: | Size: 2048 | Author: zlfbtstt | Hits:

[Compress-Decompress algrithmsezwin2-V1.0-alpha

Description: It is a GPL basic windowing library created specifically for windows and uses only basic win32 services. It currently compiles under Borland C++ and Microsoft C++, other compilers are untested.It provides a common windows toolkit for al c++ environments. -It is a GPL basic windowing library created specifically for windows and uses only basic win32 services. It currently compiles under Borland C++ And Microsoft C++, Other compilers are untested.It provides a common windows toolkit for al c+ 2B ! environments.
Platform: | Size: 248832 | Author: 郭强 | Hits:

[Windows DevelopQQ

Description: QQ聊天分析器~经测试可用(需win32.pm) (qq chat-analyzer can be tested )-QQ chat Analyzer ~ tested available (subject to win32.pm) (qq chat-analyzer can be tested)
Platform: | Size: 2048 | Author: longuano | Hits:

[Otherboxer

Description: win32 写的推箱子小游戏 vc6.0编写的-win32 Sokoban game written vc6.0 prepared
Platform: | Size: 1533952 | Author: 杜尚 | Hits:

[Windows CECamMon

Description: 用Embedded Visual C++ Win32 API开发的运行于Windows CE Pocket PC的多点移动视频监控软件-Using Embedded Visual C++ Win32 API development running on Windows CE Pocket PC multi-point mobile video surveillance software
Platform: | Size: 370688 | Author: 李桥梁 | Hits:

[File OperateINILite

Description: 高效的INI配置文件操作库,纯C实现,解决需要反复读写INI文件或者操作大型INI文件时的效率问题,比Win32 的INI操作函数快200倍或以上。-INI configuration files and efficient operation of the Treasury, pure C realization of the need to repeatedly solve the INI file to read and write INI files or large-scale operation efficiency issues, the INI than Win32 function to operate 200 times faster or more.
Platform: | Size: 197632 | Author: 刘久人 | Hits:

[Shell apiSHELLTUNNING-VIDEO

Description: win32 vs2008 play video on the back destop c-win32 vs2008 play video on the back destop c++
Platform: | Size: 4428800 | Author: Jishou123 | Hits:

[Audio programfmodapi375win

Description: fmodvc.lib 用于 Microsoft Visual C++ 和 Codewarrior fmodbc.lib 用于 Borland fmodwc.lib 用于 Watcom fmodcc.lib 用于 LCC-Win32 libfmod.a 用于 MingW and CygWin fmod-3-7.lib 用于 G-fmodvc.lib for Microsoft Visual C++ and Borland fmodwc.lib for Codewarrior fmodbc.lib for Watcom fmodcc.lib for LCC-Win32 libfmod.a for MingW and CygWin fmod-3-7.lib for GCC
Platform: | Size: 2006016 | Author: 龙大清 | Hits:

[SCMRS232-USB

Description: Visual C++ 6.0开发的USB端Win32应用程序,下位机用单片机进行数据采集,含单片机固件-Visual C++ 6.0 to develop the USB end of Win32 applications, the next-bit machine with single-chip microcomputer for data collection, including single-chip firmware
Platform: | Size: 177152 | Author: sdfs | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net